home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 4 / echo303.zip / ECHODOR.BAT next >
DOS Batch File  |  1989-12-26  |  1KB  |  36 lines

  1. ECHO OFF
  2. rem
  3. rem        ECHODOR.BAT Controling batch file
  4. rem
  5. rem        You MUST put the name "ECHODOR" in your MENU5 file (Doors Menu)
  6. rem        in ALL CAPS, Preceeded and followed by a SPACE!
  7. rem
  8. rem        The first  thing we have to do is change the Current Dir to the
  9. rem        Dir with the Echodor files.
  10. rem
  11. cd \echodor
  12. rem
  13. rem        Now, we need all the DORINFOx.DEF files from the RBBS dir.
  14. rem
  15. copy \rbbs\dorinfo*.def
  16. rem
  17. rem
  18. rem         Now since RBBS will pass the node number to ECHODOR.BAT
  19. rem         on the command line, we need to run echodor passing the
  20. rem         node number.  This is how echomail figures out which
  21. rem         DORINFOx.DEF file to use.
  22. rem
  23. rem
  24. Echodor %1
  25. rem
  26. rem         Uncomment the following lines if you want to arc the mail for
  27. rem         the "download mail" option. I did not put in paths. You will
  28. rem         need to add them to place the files into your download areas.
  29. rem
  30. if exist usermail.txt ARC A usermail.arc usermail.TXT
  31. rem
  32. rem         Now to return to RBBS-PC...  Since Rctty.bat will call RBBS.BAT,
  33. rem         you dont need to re-call it in this batch file.
  34. rem
  35. CD \rbbs
  36.